vcFrameSet

vcFrameSet is a type of geometry set that contains a collection of frames.

See in: Overview

Module: vcGeometry

Parent: vcGeometrySet

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
FrameCountIntegerRGets the number of frames in set.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
createFrameNonevcMatrix matrixCreates a new frame in set.

Parameters:
matrix (vcMatrix): Frame transformation.
deleteFrameNoneInteger indexDeletes a frame at a given index from set.
See more
Parameters:
index (int): The index of the frame.

Exceptions:
IndexError: When the index is out of range.
getFramevcMatrixInteger indexGets the position matrix of a frame at a given index in set.
See more
Parameters:
index (int): The index of the frame.

Exceptions:
IndexError: When the index is out of range.
setFrameNoneInteger index,
vcMatrix matrix
Sets the position matrix of a frame at a given index in set.
See more
Parameters:
index (int): The index of the frame.
matrix (vcMatrix): Frame transformation.

Exceptions:
IndexError: When the index is out of range.
updateNoneNoneUpdates all frames in set, thereby updating the set's bounding box.